1. Compile source code
   > g++ -lm -o cal_WMI_ProfileMatrix cal_WMI_ProfileMatrix.cpp

2. Prepare matrix profile(ex.example.matrix)
   : row=gene, col=domain, 1 or 0 profile

3. Calculate weigted mutual information
   (Here, min_WMI is cut-off value of WMI score) 

    Usage:   ./cal_WMI_ProfileMatrix [matrix profile] [output file: user-define] [min_WMI]
    Example: ./cal_WMI_ProfileMatrix example.matrix example.out 0 > stat
